home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / demos / quasrsql.zip / QUERY14.SQL < prev    next >
Text File  |  1991-10-26  |  83b  |  6 lines

  1. update s
  2.   set status = 2 * status
  3.   where city = 'London';
  4.  
  5. select * from s;
  6.